When I do a
#include <windows.h>
#include "ssl.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow )
{
} // end WinMain
I get the following errors:
function.h(62,14):Declaration syntax error
iostream.h(24,22):Error directive: Must use C++ for the type iostream.
I'm using Borland 5.0 and want to do C, not C++. Any suggestions?
Steve
Steve Sotis
Controlled Devices
http://www.ctrldvcs.com
[EMAIL PROTECTED]
(713) 868-6958
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+