
please wait
by evgtun
Invoking c# dll function from managed c++
|
Hello people. I need help invoking c# dll from managed c++. I have a String Export(); function in c#. Can anyone paste som sample code of how to invoke this f... |
Aug 16, 2011 at 9:20am
[3 replies] Last: Try right clicking on the reference to QBLib.dll, select properties an... (by closed account 1vRz3TCk)
|
by ToniAz
Show hidden files and folders
|
Hello Everyone! I have 2 questions: (1) How can I switch between the option of showing hidden files and folders and hiding? Is there a speccific batch c... |
Aug 16, 2011 at 4:00am
[10 replies] Last: chipp's solution is not doing what you asked for originally yes, it ... (by chipp)
|
by ahura24
CLR Questions
|
hi guys how can i use System::String^ and array<> to STL ? for emample : String^ str = "...."; array<char>^ ar = ....; cliext::sort( .... ) ???!!!! how t... |
Aug 16, 2011 at 2:37am
[7 replies] Last: Ah, look at that! I did not notice that. I guess it was changed when... (by webJose)
|
How to Know If a Timer Has Finished? |
I'm trying to figure out how I can check if the timer has finished. I'm using the SetTimer( ) function from within <Windows.h> . How will I know if the ... |
Aug 15, 2011 at 6:48pm
[3 replies] Last: Thank you :) Wazzak (by closed account zb0S216C)
|
by Shay9999
Cmd access
|
Hey, is there a way to access the Cmd prompt and enter in data, as well as retrieve the data sent, and put it on the console window and/or into a string? What f... |
Aug 15, 2011 at 4:45pm
[3 replies] Last: Thank you ^_^ Editing this in, even though this is barely old (8 days... (by Shay9999)
|
by Helegurbann
How can i open a file in Program Files folder
|
#include <windows.h> char buf ={0}; int main(){ DWORD dwLength = ExpandEnvironmentStrings("C:\\%ProgramFiles%\\Exam\\Exam.exe", buf, sizeof(buf)); if(d... |
Aug 15, 2011 at 4:38pm
[9 replies] Last: @helegurbann -- Cool! So what was your solution? It's always nice to e... (by andywestken)
|
by Pramod Bhat
how to add user defined function (for C) to library in Dev C++.
|
How to add user defined function (for C) to library in Dev C++.? what s the procedure ? plz help..thanq |
Aug 15, 2011 at 4:43am
[no replies]
|
by Phiru
how to close a certain window?
|
I am looking for a method that is to find and close window. I have program in a flash memory and i can get that path. however, while the program is running i... |
Aug 14, 2011 at 10:13pm
[4 replies] Last: Ahh thanks computergeek my skim reading missed all of that. Somehow I... (by James Burnby)
|
by Xhalite
My game's main loop- need help
|
I am using the irrlicth engine and reading the book: "GAME CODING COMPLETE third edition" by Mike McShaffry. He gave me an example of how to do the initializati... |
Aug 14, 2011 at 4:41pm
[4 replies] Last: BASS is an audio library. http://www.un4seen.com/bass.html IrrLicht... (by ultifinitus)
|
by LB
Creating Dialogs by Calling Functions
|
I have Visual C++ 2008 Express Edition, and I need to (possibly dynamically) create dialogs and show them. I do not want to use Windows Forms. I have searched b... |
Aug 14, 2011 at 4:34am
[2 replies] Last: You could also use ResEdit program (freeware) to create dialogs from r... (by modoran)
|
by shrksjaws83
Chnage Look of Win32 Buttons
|
It has come to my attention that when I program in Win32 and create buttons, they look like the ones that run on Windows XP. How do you make them (the buttons) ... |
Aug 14, 2011 at 2:08am
[7 replies] Last: When a WM_DRAWITEM message arrives it provides you with all the info y... (by andywestken)
|
by DaSpirit
Returning LPWSTR variable is wrong
|
All right, this problem has been bugging me for a week now(had no internet connection). I want to return the name of a Treeview Item using Win32. My function i... |
Aug 13, 2011 at 11:56pm
[6 replies] Last: Thanks guys, I've made my code consistent and will continue to do so a... (by DaSpirit)
|
HEALTH BAR DILEMMA |
All right, I am trying to make a working healthbar for my game done in direct x 9 and for some reason nothing I do works. Basically, when I run the game and the... |
Aug 12, 2011 at 7:42pm
[no replies]
|
by Phiru
DeviceChage???
|
I wanna detect flash memory stic when it is plugged and removed by using DeviceChage Method. In fact, the program i made worked before i did something.. but, ... |
Aug 12, 2011 at 7:24pm
[3 replies] Last: Well, asking the next obvious question, have you defined WINVER as req... (by andywestken)
|
by exiledAussie
Installed exe through setup has bugs
|
Any idea why an application that runs smoothly would develop bugs when it is deployed through microsoft setup? And, even better, any idea how to solve any such... |
Aug 12, 2011 at 11:23am
[6 replies] Last: I still wonder why C/C++ run-time do not automatically provide defaul... (by Moschops)
|
by NanoBytes
Codeblocks incompatable type error
|
I am using CodeBlocks 10.05. I was trying to get CB to profile my code, in the process of doing this I must have realy screwed something up. Now Mingw wont even... |
Aug 12, 2011 at 8:32am
[no replies]
|
by fnk
stringstream
|
Hi, i read many threads about noskipws in stringstream, but i still don't know how to use it. I want to create string with few variables (int, char and string).... |
Aug 12, 2011 at 7:16am
[3 replies] Last: Sorry for my distraction. I wanted to get exactly that what sloppy9 wr... (by fnk)
|
by nice
error C2143 missing ';' before type
|
int test(void) { if(1) { return -1;} int k=0; return k; } Under VisualStudioExpress 2008, I can compile above file if named test.cpp If the file is ... |
Aug 12, 2011 at 6:43am
[2 replies] Last: Thanks, it worked. I had set this option globally for the project, but... (by nice)
|
by whitmcrae
Using Google Earth API for Flight Sim
|
Hello, I am trying to relate some flight simulation code to the Google Earth Flight Simulator for testing purposes (to have a basic "visual" rather than look... |
Aug 11, 2011 at 7:01pm
[no replies]
|
by ahura24
Thread problem
|
hi guys i want create thread in "Windows Application .Net clr" but i have one problem ! thrd = gcnew System::Threading::Thread( gcnew System::Threading::Th... |
Aug 11, 2011 at 7:46am
[5 replies] Last: its too bad i really dont like it :( ok tnx all (by ahura24)
|