Forum: C++ Sep 8th, 2005 |
| Replies: 9 Views: 6,563 first i make the DLLs, with some extra lines of code in the DLLMain() function. This is the function that will call the appropriate original function and pass paramteres to them as needed. The call... |
Forum: C++ Sep 7th, 2005 |
| Replies: 9 Views: 6,563 Thanks Proliant .. appreciate it ..
Ancient.... i have already done that. It makes my DLLs.. but the problem is loading them into MATLAB. When i load them into MATLAB, it does not like it. It... |
Forum: C++ Sep 7th, 2005 |
| Replies: 9 Views: 6,563 Yes that could work too, i may get some hints based on that. I am trying another approach now which is very lenghty and "dirty" to say the least. I am trying to get executables. I am making... |
Forum: C++ Sep 2nd, 2005 |
| Replies: 9 Views: 6,563 hey all, I just joined this community. I have been programming quite a bit in C/C++, however, this is the first time i am doing something like this. I have the Microsoft VC++ 6 package. The idea is... |