Search found 3 matches

by Karam24
Sun Jul 22, 2018 12:07 pm
Forum: C++ Development
Topic: writing a DLL with already defined variables\functions
Replies: 1
Views: 575

writing a DLL with already defined variables\functions

Hello I am working with simulation software written in C++ and I need some help. I created a DLL file and linked it to my original code. now I need to write a functions inside this DLL, but the variables and these functions are already identified in the original code. my question is if it's possible...
by Karam24
Fri Jul 20, 2018 2:17 pm
Forum: Platform Related Issues
Topic: loading dll file to my running wxFormBuilder GUI- C++
Replies: 3
Views: 3430

Re: loading dll file to my running wxFormBuilder GUI- C++

thanks for your reply! I really needed some clarity about it.
by Karam24
Thu Jul 19, 2018 4:06 pm
Forum: Platform Related Issues
Topic: loading dll file to my running wxFormBuilder GUI- C++
Replies: 3
Views: 3430

loading dll file to my running wxFormBuilder GUI- C++

Hello all

I am not an expert in programming and I need help. #-o

I am working on a windows simulation software developed with WxFormBuilder and C++. I need to write a code that loads a DLL file during the simulation, and I need to know the starting point for this :/



Thank you