[C++] FTP

Status
Not open for further replies.

LazyPooper

New Member
Mar 27, 2012
3
0
Hello, I need help in Visual C++
I want to make an FTP image upload form.
help please. :/

help please..?

I tryed making one from this .
but I get errors. help :confused:
Code:
Error    58    fatal error C1083: Cannot open include file: 'ifxinet.h': No such file or directory    c:\Users\Admin\Documents\Visual Studio 2008\Projects\z\z\z.cpp    5
Error    20    error C3861: 'UpdateData': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    125
Error    23    error C3861: 'UpdateData': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    130
Error    47    error C3861: 'TRACE': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    152
Error    21    error C3861: 'OnUpload': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    129
Error    3    error C3861: 'OnBrowse': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    116
Error    48    error C3861: 'GetLastError': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    152
Error    36    error C3861: 'EndWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    139
Error    40    error C3861: 'EndWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    146
Error    57    error C3861: 'EndWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    161
Error    12    error C3861: 'cfd': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    24    error C3861: 'BeginWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    132
Error    56    error C2541: 'delete' : cannot delete objects that are not pointers    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    159
Error    37    error C2440: '<function-style-cast>' : cannot convert from 'const char [32]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    140
Error    41    error C2440: '<function-style-cast>' : cannot convert from 'const char [32]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    147
Error    50    error C2440: '<function-style-cast>' : cannot convert from 'const char [27]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    156
Error    49    error C2440: '<function-style-cast>' : cannot convert from 'const char [22]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    153
Error    33    error C2228: left of '.GetFtpConnection' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    136
Error    18    error C2228: left of '.GetFileName' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    122
Error    14    error C2228: left of '.DoModal' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    119
Error    54    error C2228: left of '.Close' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    158
Error    39    error C2227: left of '->SetCurrentDirectory' must point to class/struct/union/generic type    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    144
Error    43    error C2227: left of '->PutFile' must point to class/struct/union/generic type    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    52    error C2227: left of '->Close' must point to class/struct/union/generic type    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    157
Error    26    error C2146: syntax error : missing ';' before identifier 'cint'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    133
Error    5    error C2146: syntax error : missing ';' before identifier 'cfd'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    2    error C2143: syntax error : missing ';' before '}'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    114
Error    6    error C2065: 'TRUE' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    22    error C2065: 'TRUE' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    130
Error    10    error C2065: 'OFN_OVERWRITEPROMPT' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    9    error C2065: 'OFN_HIDEREADONLY' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    7    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    8    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    11    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    30    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    134
Error    35    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    137
Error    44    error C2065: 'm_maplocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    45    error C2065: 'm_maplocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    1    error C2065: 'm_filelocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    114
Error    16    error C2065: 'm_filelocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    122
Error    15    error C2065: 'IDOK' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    119
Error    29    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    134
Error    31    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    136
Error    34    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    137
Error    38    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    144
Error    42    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    51    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    157
Error    55    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    159
Error    46    error C2065: 'FTP_TRANSFER_TYPE_BINARY' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    19    error C2065: 'FALSE' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    125
Error    25    error C2065: 'CInternetSession' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    133
Error    27    error C2065: 'cint' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    133
Error    32    error C2065: 'cint' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    136
Error    53    error C2065: 'cint' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    158
Error    28    error C2065: 'CFtpConnection' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    134
Error    4    error C2065: 'CFileDialog' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    13    error C2065: 'cfd' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    119
Error    17    error C2065: 'cfd' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    122
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
Try to make simple scripts, download some sources of C++ programs and mess around with them :D
maybe learning a bit more you'll get better at it and figure out the tutorial/ftp :D
 

LazyPooper

New Member
Mar 27, 2012
3
0
I can help you if you wish, I know some myself ;p
yes please :)

I tryed fixing it, and now i'm getting these errors.
can you tell me how to fix them?
Code:
Error    1    error C2065: 'm_filelocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    114
Error    2    error C2143: syntax error : missing ';' before '}'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    114
Error    3    error C3861: 'OnBrowse': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    116
Error    4    error C2065: 'CFileDialog' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    5    error C2146: syntax error : missing ';' before identifier 'cfd'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    6    error C2065: 'TRUE' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    7    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    8    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    9    error C2065: 'OFN_HIDEREADONLY' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    10    error C2065: 'OFN_OVERWRITEPROMPT' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    11    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    12    error C3861: 'cfd': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    117
Error    13    error C2065: 'cfd' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    119
Error    14    error C2228: left of '.DoModal' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    119
Error    15    error C2065: 'IDOK' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    119
Error    16    error C2065: 'm_filelocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    122
Error    17    error C2065: 'cfd' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    122
Error    18    error C2228: left of '.GetFileName' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    122
Error    19    error C2065: 'FALSE' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    125
Error    20    error C3861: 'UpdateData': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    125
Error    21    error C3861: 'OnUpload': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    129
Error    22    error C2065: 'TRUE' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    130
Error    23    error C3861: 'UpdateData': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    130
Error    24    error C3861: 'BeginWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    132
Error    25    error C2065: 'CInternetSession' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    133
Error    26    error C2146: syntax error : missing ';' before identifier 'cint'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    133
Error    27    error C2065: 'cint' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    133
Error    28    error C2065: 'CFtpConnection' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    134
Error    29    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    134
Error    30    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    134
Error    31    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    136
Error    32    error C2065: 'cint' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    136
Error    33    error C2228: left of '.GetFtpConnection' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    136
Error    34    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    137
Error    35    error C2065: 'NULL' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    137
Error    36    error C3861: 'EndWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    139
Error    37    error C2440: '<function-style-cast>' : cannot convert from 'const char [32]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    140
Error    38    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    144
Error    39    error C2227: left of '->SetCurrentDirectory' must point to class/struct/union/generic type    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    144
Error    40    error C3861: 'EndWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    146
Error    41    error C2440: '<function-style-cast>' : cannot convert from 'const char [32]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    147
Error    42    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    43    error C2227: left of '->PutFile' must point to class/struct/union/generic type    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    44    error C2065: 'm_maplocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    45    error C2065: 'm_maplocation' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    46    error C2065: 'FTP_TRANSFER_TYPE_BINARY' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    150
Error    47    error C3861: 'TRACE': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    152
Error    48    error C3861: 'GetLastError': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    152
Error    49    error C2440: '<function-style-cast>' : cannot convert from 'const char [22]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    153
Error    50    error C2440: '<function-style-cast>' : cannot convert from 'const char [27]' to 'System::Windows::Forms::MessageBox'    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    156
Error    51    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    157
Error    52    error C2227: left of '->Close' must point to class/struct/union/generic type    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    157
Error    53    error C2065: 'cint' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    158
Error    54    error C2228: left of '.Close' must have class/struct/union    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    158
Error    55    error C2065: 'ftpConn' : undeclared identifier    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    159
Error    56    error C2541: 'delete' : cannot delete objects that are not pointers    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    159
Error    57    error C3861: 'EndWaitCursor': identifier not found    c:\users\admin\documents\visual studio 2008\projects\z\z\Form1.h    161
Warning    58    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXGUID.h    173
Error    59    error C3641: 'operator ==' : invalid calling convention '__stdcall ' for function compiled with /clr:pure or /clr:safe    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXGUID.h    172
Warning    60    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    44
Warning    61    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    67
Warning    62    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    104
Warning    63    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    123
Error    64    error C3641: 'IFXCoreSmartPtr::IsValid' : invalid calling convention '__stdcall ' for function compiled with /clr:pure or /clr:safe    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    66
Warning    65    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    180
Warning    66    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    191
Warning    67    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    202
Warning    68    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    222
Warning    69    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    235
Warning    70    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    260
Warning    71    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    274
Warning    72    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    288
Warning    73    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    305
Warning    74    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    328
Warning    75    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    344
Warning    76    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXSmartPtr.h    375
Warning    77    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXUnknown.h    96
Warning    78    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXUnknown.h    109
Warning    79    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\IFXUnknown.h    125
Warning    80    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    22
Warning    81    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    31
Warning    82    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    42
Warning    83    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    47
Warning    84    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    62
Warning    85    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    72
Warning    86    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    78
Warning    87    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    85
Warning    88    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    91
Warning    89    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    98
Error    90    error C2061: syntax error : identifier 'IFXCoreServices'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    111
Warning    91    warning C4561: '__fastcall' incompatible with the '/clr' option: converting to '__stdcall'    c:\users\admin\documents\visual studio 2008\projects\z\z\Ifxinet.h    112
 
Status
Not open for further replies.

Users who are viewing this thread

Top