a C++ Win32 Project, that is added into a C# Windows Form Application.
It is the MuParser (C++)'s C# Wrapper. The Wrapper is C# but the DLL that came with the project didn't work,so I had to make a new project and build the DLL from scratch.
User Profile
Collapse
-
The DLL Library project I gotten was a pre-made one. I don't see an option to re-target an existing project. I am complete newbie, so please forgive me if I just missed some glaringly obvious menu option.
I tried both in 2008 and 2010 to no avail.
What makes it even worse is even if you select 2.0 as the project target for Win32 Project, once the DLL project is made it will be targeting 4.0 regardless. That could just...Leave a comment:
-
There is no options to change it that I have found.
The options for targeting framework is grayed out.
Is there a way to change it?Leave a comment:
-
Does target .net Framework matter for DLLs?
Hi I am new to programming and I just wrote a small test program to see if Visual Studios 2010 works.
It seems that even though I targeted the Program for .Net 3.5, the DLL project is still targeted for 4.0 (with no options to change it, that I found).
The program runes fine on my computer. But it crashes on friend's computers unless they also had .Net 4.0 Installed (comes with VS2010 Beta).
Does it matter... -
Thank you very much for the help :)
Sorry about being a total newbie at programming.
Much appreciated :)Leave a comment:
-
Thanks, it worked great. But now I encountered another problem.
It seems that the Up and Down Key moves the selectIndex.
I adjusted it by simply adding or subtracting by 1. It doesn't work when the selection index is at the beginning and the end of the string since it seems to be increment/decrement after the event fired.
It won't let me increment pass the length of the string so if I press Up at the end of...Leave a comment:
-
How to detect if "down" or "up" key is pressed?
I am having trouble detecting if "down" or "up" key is pressed within a textbox.
Evidently those keys do not fire the "KeyPressed " event.
Does anyone know how to detect when they are pressed?
No activity results to display
Show More
Leave a comment: