By Copernic · Posted
By zikalify · Posted
By PsYcHoKiLLa · Posted
By Chay Meredith · Posted
We rely on ads to keep creating quality content for you to enjoy for free.
Please support our site by disabling your ad blocker.
Continue without supporting us
If the prompt is still appearing, please disable any tools or services you are using that block internet ads (e.g. DNS Servers, tracking protection or privacy extensions).
Question
+Red King Subscriber²
EDIT 2:
Latest problems and questions are most likely on the last page. This thread is now used for C++ / C# questions I have (so not to create a thread per question).
I have a C# (GUI) project which in the most dumb way possible generates a fractal and well, I thought it would be fun to code the performance critical section C++ - a language that I don't know
So I added a C++ CLR Library Project - blank and managed to set it 64-bit after a few failed attempts.
I referenced the C++ project from the C# portion.
Issue is I cannot step into it. I pause where I call the C++ class and tell it to Step Into and it doesn't.
What am I doing wrong here?
EDIT,
Some other questions,
C# byte is just an unsigned char in C++? (I am going to be dealing w/ BGR values)
If I want to run a function in a thread in C++, is it true that I need to pass a struct pointer containing all the values?
Edited by _AlexanderLink to comment
https://www.neowin.net/forum/topic/1169195-step-into-referenced-c-project-from-c-project/Share on other sites
13 answers to this question
Recommended Posts