Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for 1manik

Hi, I have this source code and it is copiled without problems. But when I debug this program than it write error 24960. This is my program: [CODE] #include <iostream> #include <occi.h> using namespace std; using namespace oracle::occi; #define USER "SYS" #define PASS "****" #define DB "XE" int main() { …

Member Avatar for debasisdas
0
111
Member Avatar for 1manik

Hi, do you know some good tutorial about WinForms to change data in table, when OCCI is used? I used google already. Thanks you very much

0
47
Member Avatar for 1manik

Hi, I have one program with DLL. Function OpenPort(portNumber) is in this DLL. It is used for open RS232 ports. The program is writted in VC++ Professional edition with using of MFC header. And in this program, there is this important parts for my question: [CODE] CReadSRNDlg::CReadSRNDlg(CWnd* pParent /*=NULL*/) : …

0
56
Member Avatar for 1manik

Hi, can you help me? I have this program and when I compile it, it write me this: 1>main.obj : error LNK2019: unresolved external symbol "void __cdecl OnMessage(unsigned int,long)" (?OnMessage@@YAXIJ@Z) referenced in function "int __stdcall DialogProc(struct HWND__ *,unsigned int,unsigned int,long)" (?DialogProc@@YGHPAUHWND__@@IIJ@Z) 1> fatal error LNK1120: 1 unresolved externals [CODE] . …

Member Avatar for 1manik
0
179
Member Avatar for 1manik

HI, I have one application which is created by Visual C++ Professional edition with using of MFC header and I have one DLL, where is every useful functions. It is possible, taht some data from DLL can be saved in SrnTerm in this command? Because function to read data from …

0
48
Member Avatar for 1manik

Hi, I have two problems. I have this program: But I dont know how can I do: 1 that I finish this program and save text to .txt by press of ENTER 2 that window, in which will be field to write text, will be illustrated in main window, but …

0
49
Member Avatar for 1manik

Hi, I want to ask you, how can I do that this program will be finished by pressing of enter? Please help me. I tried it and it is writted in this program, but no effect. THANKS [CODE] #include "SDL/GUI.h" #include <stdio.h> #include <windows.h> int main(int argc, char* args[]) { …

0
40
Member Avatar for 1manik

Hi, I want to ask you, how can I do a program, which will be read characters from a keyboard in random time. I mean it, that if I write some characters on a keyboard in every time, when I come to the PC, it save it to txt and …

Member Avatar for Salem
0
113
Member Avatar for 1manik

Hi, I want to move a file, when it is created. I have filewatcher and I know filemove function, but I dont know how I can create condition, that the file will be moved, when it is create. Can you help me please? This is my source code: [CODE] #include …

Member Avatar for 1manik
0
153
Member Avatar for 1manik

Hi, can you help me? I want to load txt file to database (Oracle). But I like to use PL/SQL. Do you have any idea, how I can do it? Thanks

Member Avatar for debasisdas
0
49
Member Avatar for ak.royan

Hi friends.When I try to connect to sql server 2008 from visual studio 2008 an error occurs : "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL …

Member Avatar for 1manik
0
66
Member Avatar for 1manik

Hi, I installed VC++ with SQL Server 2008, but I cant find SQL Server Management Studio application. Can you talk me why? Installation of all components was good and I can find other components.

0
47
Member Avatar for 1manik

Hi, I want to ask you, how I can set up a path of monitored object in this source code: [url]http://msdn.microsoft.com/en-us/library/st80atsf.aspx[/url] I want to do it in Visual C++. Thank you

Member Avatar for 1manik
0
115