Language
Basic
Remove
Platform
Any
License
Any
We have developed a COM server (ActiveX.exe) using Visual Basic that generates an event. Although we are rookies at COM and Visual C++, we have been successful at getting VC++ developed clients to...
Hmm.. Try outputting the characters (as ints) to see which ones they are - or debug the thing to do the same thing.
Else try asking in the MFC or the Visual Basic board. They might know....
: What exactly are you trying to do? Maybe I can help you out. Don't know what your plan is though.
:
:
: : : This message was edited by the ShinMagus at 2002-6-2 8:15:12
: : : Hi. Although...
Hi, what's the best way to bump map objects using OpenGL or GLUT? I'd like to bump map basic shapes, like spheres (glut or glu, I don't care) and other objects (with coords). I've seen a lot of...
What exactly are you trying to do? Maybe I can help you out. Don't know what your plan is though.
: : This message was edited by the ShinMagus at 2002-6-2 8:15:12
: : Hi. Although I've...
What i really want to know is how to start a basic program... Im use to VB6, so Im looking for the "Nice little form" and im looking to set up event driven features... All the basics that i would...
Im new to the C++ world! I'v Read a good book called C++ in 24 hours. i want to start creating useful programs. Im interested in COM i/o. I have very little knowledge of anything other than the...
: This message was edited by the ShinMagus at 2002-6-2 8:15:12
: Hi. Although I've searched for info on the Java API Documentation, I couldn't get enumeration to actually work. For example, how...
This message was edited by the ShinMagus at 2002-6-2 8:15:12
Hi. Although I've searched for info on the Java API Documentation, I couldn't get enumeration to actually work. For example, how would...
: MSDN has an MFC tutorial called Scribble. You need basic knowledge in the Win32 API and of course C++.
:
: Here
:
: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/H...
MSDN has an MFC tutorial called Scribble. You need basic knowledge in the Win32 API and of course C++.
Here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/HTML/_gs_sc...
I need to pass a null value to the function CreateFile API in Visual Basic Embedded 3.0. But I cannot do it as in the visual Basic 6.0 as Byval 0&
Do you know why & is after 0 in Byval0&?
: the @1 in the def file is not necessary. and if you have a def
: file the __declspec(dllexport) is not necessary because it only
: creates a (cryptic) export entry.
:
: the problem could be,...
the @1 in the def file is not necessary. and if you have a def
file the __declspec(dllexport) is not necessary because it only
creates a (cryptic) export entry.
the problem could be, but i dont...
: : Hello,
: :
: : I wonder how to send a String from Visual Basic
: : application to a DLL written in Visual C++ and
: : get a modified version of this string back
: : in Visual Basic?
: :...
Hi,
Regarding GTK - www.gtk.org - it could be just what you want.
Regarding Opengl - it should be available with most Linux distribution -either as software rendering - with mesa or hardware...
hi,
thanks for replying
well, all I basically need is to load a picture, be able to draw points and lines, get mouse coordinates and button status, keyboard non blocking input, text outputing....
Hi all,
I have been developing c/c++ for a few years now, but have recently been learning Win32/MFC development.
I want to make an MDI but when I use the Wizzard the client windows are just white...
One other thing too. You need to add a .def file to your C++ DLL like that looks something like this
LIBRARY MyDLL.dll
EXPORTS
ReturnText
: Hello,
:
: I wonder how to send a String from Visual Basic
: application to a DLL written in Visual C++ and
: get a modified version of this string back
: in Visual Basic?
:
: Is it...