Hi there,
I want to change the icon for my application. I would like to use a bmp file for that. But it seems that files with extension .ico and .bmp files are not compatible!
How can I do that?
Thanks!
Hi there,
is it possible to use MFC classes like CFileDialog or CObject in a no-MFC dll?
I suppose no but I just want to to leave no doubt!
When I include the file afxwin.h in the dll I receice several link errors.
Regards.
Hi there,
I need a SaveFile dialog in a non-MFC dll. All the code samples that I have tryed don't work properly under Win2K. Does anyone have a code sample that shows me how to initialize the structure OPENFILENAME before calling GetSaveFileName?
Thanks a lot!!
Hi there,
I am a Perl beginner. I am writing a Perl programm to parse some data. This is a little example to show you how the data looks like:
*****************
52 + 645 s 76
21 + 54 l 5 s 87
21 - Lib tmp 5446
*****************
My code looks like that:
##################
while(<FILE>)
{...
Hi there,
I have problems with CreateProcess. I cannot realize even a simple DOS-command.
Can you tell me what is wrong in this source code?
/**************************/
STARTUPINFO si;
PROCESS_INFORMATION pi;
si.cb = sizeof(si);
char cmd[] = "rename D:\\Documents\\myFile.txt...
Hi there,
I am writing program that reads data from a "const char * buf" in a loop.
If the content of this buffer is in ASCII-Code, it has to be displayed on the screen. If it is in binary mode, it doesn't make sense to display it.
So in this case, I want just to display some...
Hi there,
Does anyone know if it possible to generate a header file or a lib file from a binary dll file?
May be you know an other idea to use a function from a dll file without any other information!
If you cannot answer my questions just give me some tips that could be helpful.
Thanks a lot!
Hi,
My name is Ali. I am writing a dll with Visual C++ (it 's not an MFC' dll). I want to recognize which process is using the dll. With _getpid () I could get the process id. And now, how can I get the name of the process?!
Thanks !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.