View Single Post
Old 05-12-2006, 04:57 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by helenoksen
How do you compile a simple hello world program using shared mem in Visual Studio?
A "hello world" application is not relevant here, printing text to stdout has nothing to do with shared memory. You should probably read up on the various interprocess communication (IPC) methods Windows implements.

If you need a starting point, I wrote wrapper functions for all of ioFTPD's shared memory functions (alcoWinIoShm.h and alcoWinIoShm.c). These functions are meant to be used from a Tcl extension, so they would require some trivial modifications to be used elsewhere.

Quote:
Originally Posted by helenoksen
What files do you need and what configuration settings to set in Visual Studio?
There is nothing specific to Visual Studio that needs to be changed, but that could depend on what language you're programming in.
neoxed is offline   Reply With Quote