Documents And Specifications
Language
Any
Platform
Any
License
Any
This message was edited by GameFreak7744 at 2006-10-14 13:30:7
: : I'm currently working on a dll, and when I tried to test part of it, I got a compiler error I just don't understand.
: : I get...
: Hi!
:
: I'm trying to add sound effects to a game I've programmed in Borland Pascal 7.0. I'v found the below code, which is really easy to use for playing wav files. So far so good. However,...
Hi!
I'm trying to add sound effects to a game I've programmed in Borland Pascal 7.0. I'v found the below code, which is really easy to use for playing wav files. So far so good. However, whenever...
: Hi, I have questions on using callbacks functions in Delphi. I am using a dll. In this DLL there is a call to a function that returns the response to a callback function. everything works great.
:...
: I'm currently working on a dll, and when I tried to test part of it, I got a compiler error I just don't understand.
: I get the error:
: 'expected `;' before '(' token'
: On line 28 (bool...
Hi, I have questions on using callbacks functions in Delphi. I am using a dll. In this DLL there is a call to a function that returns the response to a callback function. everything works great....
I'm currently working on a dll, and when I tried to test part of it, I got a compiler error I just don't understand.
I get the error:
'expected `;' before '(' token'
On line 28 (bool...
: : how to make c graphics run on any windows without changing path in initgraph? can we make exe that will run on any windows?
: :
:
: What do you mean by "any windows"? Also, what APIs (if...
: hi everyone there,
: i am in urgent need of the source code of a JPEG to bitmap converter written in c++.
: i will be very happy i someone can be of any help.thanks.
:
:
We wont do your...
hi everyone there,
i am in urgent need of the source code of a JPEG to bitmap converter written in c++.
i will be very happy i someone can be of any help.thanks.
: I need a starting point when using a .dll created using C++ within a C# Windows applicatiion. I'm using Visual Studio .NET 2003 and I copied the dll inside my new project.
:
: I am concerned on...
Thank You!
: : Hi, I'm making an application in Access 2003 and my client wants to be able to send an e-mail from that.
: :
: : Anybody knows how to do it?
: : Thanks
: :
: :
:
:...
i'm using c# for my project to build a smart card based project.
but the vendor just gives .DLL for VC++, delphi 7.0, and VB.
can i use delphi's DLL in c#? if i can't, how importing delphi's DLL...
: : : : hi any one,
: : : : now i am making a clock in C. i wants to set this clock as a screen saver,how i can set it?
: : : : and second problem how we can make the EXE file? of our project...
: : : hi any one,
: : : now i am making a clock in C. i wants to set this clock as a screen saver,how i can set it?
: : : and second problem how we can make the EXE file? of our project means it...
I need a starting point when using a .dll created using C++ within a C# Windows applicatiion. I'm using Visual Studio .NET 2003 and I copied the dll inside my new project.
I am concerned on how...
: : hi any one,
: : now i am making a clock in C. i wants to set this clock as a screen saver,how i can set it?
: : and second problem how we can make the EXE file? of our project means it...
: hi any one,
: now i am making a clock in C. i wants to set this clock as a screen saver,how i can set it?
: and second problem how we can make the EXE file? of our project means it containt...
: Hi, I'm making an application in Access 2003 and my client wants to be able to send an e-mail from that.
:
: Anybody knows how to do it?
: Thanks
:
:
microsoft has a knowledgebase...
: Hi, how can I display a Bitmap file in C under DOS?
:
There are probably libraries out there that will do all the hard work for you. Otherwise you'll have to do it the hard way: open it as a...