Hi friends:
Why the line 'INVOKE GetAppPath, ADDR buffer' give me
when assemble it 'GetAppPath label not found' error message ?.
Thanks.
well my guess would be you did not include the right library and include file in your code, cuz i dont even have that api in my api reference file.......
-brad
Hi,
If Rage9 wasn't right, maybe you forgot to put 'Invoke' before 'GetAppPath'.Maybe, so try...
Vom-bonjour:-()
JR,
GetAppPath is a library function from the MASM32 library, just make sure you have the include and includelib directives for the include file and MASM32 library.
Regards,
hutch@pbq.com.au