1755139 Members
3168 Online
108830 Solutions
New Discussion

LP64 migration

 
Kirankumar_1
Occasional Contributor

LP64 migration

I am getting this warning while migrating from HP10.2 to HP11.

warning 724: LP64 migration: Assignment converts default int return type to pointer "token"


The output of strtok is a problem and the exe is crashing.
Can you please help me.
kirankumar
1 REPLY 1
Steve Steel
Honored Contributor

Re: LP64 migration

Hi


look at

http://devrsrc1.external.hp.com/STK/64datamodel.html

Diagnostic Message:

HP C generates the following LP64 migration warning for the above example when +M2 and +DD64 are enabled:

line 4: warning 724:
LP64 migration: Assignment
converts default int return
type to pointer "buffer".

Regards

Steve Steel

Quote of the moment
-------------------
"We are drowning in information but starved for knowledge."
-- John Naisbitt

If you want truly to understand something, try to change it. (Kurt Lewin)