NO

Author Topic: Problem with GetModuleFileName()  (Read 21002 times)

pitter2206

  • Guest
Re: Problem with GetModuleFileName()
« Reply #15 on: January 31, 2011, 11:30:38 AM »
The folder CE is there, but there is no shlwapi.h in it...

CommonTater

  • Guest
Re: Problem with GetModuleFileName()
« Reply #16 on: January 31, 2011, 11:35:33 AM »
The folder CE is there, but there is no shlwapi.h in it...

Not the CE folder... it should be in the include\win folder which your system should also search...  
« Last Edit: January 31, 2011, 11:37:15 AM by CommonTater »

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: Problem with GetModuleFileName()
« Reply #17 on: January 31, 2011, 11:46:25 AM »
The shell lightweight utility API uses the Shlwapi.dll, if this DLL is present on your pocket PC system, then you would only need to copy the Shlwapi.h header from Win to WinCE, but you would need to compile the Shlwapi.lib for pocket PC or include a .DEF file.

We would need to know the reason, why Pelle did not include it for PPC.



A moderator should move this to the Pocket PC board, I think.
---
Stefan

Proud member of the UltraDefrag Development Team

pitter2206

  • Guest
Re: Problem with GetModuleFileName()
« Reply #18 on: February 01, 2011, 11:57:41 AM »
Hi Stefan,

I was able to move it myself... ;)