getting RpcExceptionCode 5 with RPC code
i got the source code from this website: http://www.aspfree.com/c/a/net/intro...indows-part-i/ and when i tried running the server and client i get Runtime exception occured:5 in the client console i...
View ArticleThe breakpoints will not be hit no symbols loaded for this document
Hi all, I am facing debugging problem since one week, i cant find the solution can any one help me to find out the solution? Here is my problem........... I am using Visual Studio 2010 with WindowsXP...
View ArticleCould use some help with this interface
I have been working with a MDI 3-way child splitter that works pretty well - but I cannot figure out how to precisely control the split windows. The basic idea is to split each child window as shown...
View Articleneed some suggestion on image processing
Attachment 31303 Hello, I need some suggestion about image processing to know whether it can be done using C /c++ as I am not familiar with MATLAB. I have attached one image. The arrow in the image...
View ArticleWM_GESTURE in VS2005
I have a project in VS2005 and I'm trying to add the two-finger panning gesture. Problem is, there doesn't seem to be a way to add this in Visual Studio 2005. None of the windows gesture code seems to...
View Articleneed command for list out shared folder in MFC
I need to list out all the shared folders(directory) in the system along with their path . i want a command or an api in MFC, for listing out the shared directories. please help me in this .
View ArticleCFileDialog saves file in Project File, not Specified File
Hello, I'm very new to MFC & VisualC++. I'm using MSVS2010 Pro I am trying to write/debug a simple form that saves and restores the content of some edit controls. It seems to work as expected,...
View ArticleHandling CDialogs in MFC app
Hello All, I have a MFC app developed in VS 6.0 User can open multiple dialogs in this app. Is there a way of keeping track of how many dialogs are open at a given time? Also, is there a way of getting...
View ArticleNetShareEnum (..) winapi not able to remove unnecessary sharefolders
For getting the share folder name i have been used the following code , here i am able to get the folder names . But the problem what i am facing is along with the share folder created by the user it...
View ArticleCout is not displaying text?
I'm making a very first program. It's very little more then a simplistic calculator, but i'm having a problem with the cout function. It won't display any text what could the reasons be? any help is...
View ArticleCan't read in a text file to load a struc
Hi, I am doing an exercise that reads in a text file and loads the data into a struct. My problem is it doesn't read anything from the text file. I think it's the way I'm loading the data. Oh, it does...
View Articleunresolved external symbol error
I have tried following this tutorial to create an RPC server and client: http://www.codeproject.com/Articles/...-to-RPC-Part-2 but i got this error: error LNK2001: unresolved external symbol _Open i'm...
View ArticleHow to scroll text drawn with DrawText
Hi -- I have an emulation project I've been working for a long time (the Altair32 Altair/IMSAI emulator) and I'm trying to simulate a dot-matrix printer for list output in CP/M. Here's what I have so...
View Articleaccess denied in client
I followed the MSDN tutorial on RPC programs: http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx but when i run the client i get access denied. Code: void main() { RPC_STATUS status;...
View ArticleVisual C++ and GIS Programmer needed in Augusta, ME
Hi, I'm working with a company in Augusta, Maine that is looking for a senior-level Visual C++ developer with GIS experience. A mathematical background is also very helpful. If you're interested,...
View ArticleWM_GESTURE not working
I'm trying to add gesture processing to an existing app, but it's not receiving WM_GESTURE messages. I am using VS2005, and have updated to the Windows SDK v7.0A, so the gesture processing functions...
View Articlemy build .exe files stopped
My code was running good and passed the compiler. However, when I tried to run the .exe files from the release, it shows xxxxx.exe files stopped. I think the problem is in the open the .ini files and...
View ArticleSuspected Linker Problem
codeguru forum, Visual C++ 10.0, SFML 1.6 New to both of these and all I'm trying to do is open a window with this code: int main() { sf::Window App(sf::VideoMode(800, 600, 32), "SFML Window"); bool...
View ArticleDesactived all windows unless ONE.
In my aplication I have some type of windows showed in an instance of time, and an action shows a new one that i want have the focus all the time , in the way that i can´t works with noone of the...
View Articlequestion about RPC
so i know RPC is based on extending the notion of conventional, or local procedure calling, so that the called procedure need not exist in the same address space as the calling procedure. The two...
View Article