I've tried out a few of the samples as to doing this, but none will compile cleanly. I'm sure my WIN32API.INC is up to date (' Last Update: 21 February 2005). but all the samples seem to include WIN32API and then have their own declaration for some of the API's. The compiler bitches about the duplicate definitions so I comment out the ones in the sample, but then get into mis-matched parameters.
?? How can you include the INC file, still have your own DECLAREs and not get compiler duplicate definition errors?
The whole API are for this is pretty weird looking so I'm floundering badly.
All I want to do is translate a kjhkjhkjh.LNK name to its true full target path.
Anyone have a nice simple example which actually compiles and runs? I'm running PBWin 8.00.
George
?? How can you include the INC file, still have your own DECLAREs and not get compiler duplicate definition errors?
The whole API are for this is pretty weird looking so I'm floundering badly.
All I want to do is translate a kjhkjhkjh.LNK name to its true full target path.
Anyone have a nice simple example which actually compiles and runs? I'm running PBWin 8.00.
George
Comment