all groups > visual c libraries > december 2003
Which mechanism is better?
Posted by Mihajlo Cvetanovic at 12/26/2003 6:34:38 PM
Hi,
I have to create a dll with communication functionality.
The first idea was to implement only functions for sending, and user
to implement (and pass me a pointer to) function for receiving. Dll
would call those receiving events in internally created thread.
The other idea is mechani... more >>
Building DLL, please help!!
Posted by Jeoff at 12/25/2003 6:54:58 PM
Hi,All
I have a question on how to build a universal DLL(Dynamic
Linking Library)or Lib(static library), which could be
used both in Debug and Release verisons. As i know,
edition of the application which invokes the library must
be the same with DLL. The application in Debug only works
... more >>
Linking Custom Function Libraries to Program
Posted by Alex Resnik at 12/23/2003 6:23:05 PM
Hi,
I have a question on how to link a custom function
library to my program without making it part of my
program work space. I am running windows XP on a PIII
machine and using VC++ 2003 and I am writing C Win32
Console programs. Is there a particular directory I need
to save my librar... more >>
DLL newbie
Posted by Abelardo Vacca at 12/18/2003 8:46:29 AM
Hello,
Let me just begin by saying i'm pretty much lost here, so
bare with me plz.
Basically, I'm trying to obtain the same result one gets
when using a DLL in VB6. That's I want to create a DLL
with some classes on it, and be able to use them in a
project.
I have run into documentation e... more >>
_fileinfo (file handles are getting inherited by child process created via _spwanv)
Posted by anil_goel at 12/12/2003 2:06:04 AM
Hi,
I have this sample program
#include <stdio.h>
#include <stdlib.h>
#include <process.h>
void main()
{
char *args[2];
int ret = 0;
args[0] = "D:\\tmp\\Test.exe";
args[1] = NULL;
_fileinfo = 0;
FILE *fp = fopen("D:\\tmp\\abc.txt","w");
ret = _spawnv (_P_NOWAIT, "D:\\... more >>
Using MFC in a Managed C++ DLL?? Can I?
Posted by Michael Howes at 12/11/2003 2:49:09 PM
I have some old C code that uses MFC and some C Run Time Library.
I need to be able to call this from C#
I thought i'd be able to create a Managed C++ DLL, tell the project it was
using MFC, include the .c file and be on my way.
Can I use MFC in a Managed C++ DLL?
If I build a Visual C+... more >>
How to using ADO in the VC7 of .Net 2003
Posted by Bill Sun at 12/9/2003 2:56:20 PM
Hi,
I want to compile the MS's program: ADOXCreateDatabaseX.cpp on VC7
of .Net 2003. The compiler always told me:
c:\project\console\console\Debug\msado15.tlh(2374) : error C2059: syntax
error : '-'
c:\project\console\console\Debug\msado15.tlh(2374) : error C2238: unexpected
token(s) ... more >>
Link error LNK2019: unresolved external symbol
Posted by AS at 12/2/2003 5:52:24 PM
Hi,
I'm trying to use some power management features with windows 2000
Professional and I have visual studio .net 2003 installed with the latest
service packs and everything... I want to write a simple app to turn the
system into sleep mode/suspend mode. As per documentation of ACPI, you can... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|