Hi,
I'm making a web service that automates some test cases. I need to compile a visual studio solution before running executables and I use this part of code to it
Dim DTE As EnvDTE.DTE
Try
DTE = CType(CreateObject("VisualStudio.DTE.7.1"), EnvDTE.DTE)
Catch...
Hi,
I'm now making a web service which shall be able to find some files in a clearcase view. I added reference of clearcase automation library in my project, that allows me to use cleartool. But when I try to start a view, it throws an exception saying it can't find the directory of the view...
Well, I develop on a PC with W2000, and it acts quite the same with W98.
But I think I have a library problem, because CFileDialog description doesn't match members given by intellisense. The main difference is OPENFILENAME structure, which is m_pOFN in my code, and m_ofn in help.
Hi all,
I use a CFileDialog object in my application, and although it works on perfect with Windows 2000, it does not with windows 98.
Here is my code :
CFileDialog *browse;
browse=new CFileDialog(true,"bin",NULL,OFN_HIDEREADONLY,"Binary Files (*.bin)|*.bin||",NULL)...
Hi !
I develop an application in C++, and until now, I was using Visual C++ 6.0.
I installed Visual studio.net, that contains Visual C++ 7.0 instead and my application compiled with this have many problems (crash at start af application, serial port blocked...). These problems never happened...
OK, I don't have any problem of this kind, because I'm sure there's a handle to this file. But if I use fseek or fsetpos with it, it can't be closed normally. It is not a problem of parameters of these functions, I already checked this .Is there any madatory condition to use fseek or fsetpos...
Hi !
I develop an application that can read data from a file and go back in this file, using fsetpos function.
At end of use, I try to close the file, using fclose.
But sometimes it generates an error and crashes my application !
I can't explain this, why can't I sometimes close this file ...
Hi !
I have developed a multiple windows application, and I had reports about problems with wheel mouse : on some computers, scrolling with wheel was impossible. I noticed that it happened on machines that have microsoft drivers, and not the specific mouse drivers.
Is there a way to avoid this...
Hi !
I made an application which uses serial port. I added possibility to set up port, through visual function CommConfigDialog. In the dialog box that is open, baudrate can reach 921K, but I can't configure this speed : it seems not to be possible using function SetCommState, because constants...
Hi Pete !
I mean the serial port, when talking about the port. And 'brutally reset' means that it hasn't been done from the computer, but from the device that is connected to.
Hi !
I have a problem with my application : when the port is brutally reset, it doesn't work anymore, even if I empty the buffers. How can I do to reset the port without closing it ?
Thanks,
FoxJoker
Well, I send WM_PAINT and WM_VSCROLL messages... The error is that a pointer, used by the OnWndMsg function, seems to be empty ( the memory could not be read ).
Is it enough clear ? Maybe should I note the exact words.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.