i'm not quite sure but i think this should also be written in the bug list: the windows-api-call wsprintf is not supported by purebasic!
wvsprintfa can be used but i have not managed to get a working example for this... can anyone supply one?
Search found 2 matches
- Sat Nov 01, 2003 8:54 pm
- Forum: Windows
- Topic: wsprintf is missing
- Replies: 2
- Views: 3513
- Fri Sep 19, 2003 9:46 am
- Forum: Coding Questions
- Topic: Shareable Data Segment in Dll
- Replies: 0
- Views: 912
Shareable Data Segment in Dll
Hi all,
I try writing a hook-dll but instead of using memory mapped files I wanted to share the data segment of the Dll.
For I havn't found any switch for doing so I thougt of using the /commented switch, adding "shareable" to the assembler code and then recompiling it. It failed, so I tried using ...
I try writing a hook-dll but instead of using memory mapped files I wanted to share the data segment of the Dll.
For I havn't found any switch for doing so I thougt of using the /commented switch, adding "shareable" to the assembler code and then recompiling it. It failed, so I tried using ...