Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
I currently have dell 20in wide screen LCD, i find it a little small.
I'm thinking of upgrading to a larger monitor. Do you guys have any suggestions for a good programming LCD? Will the 3007 too small for text? BTW, i'm running visual studio. 24, 27 or 30 in?
Thanks
i've been out of the loop for a while but is there a triple head video card? i want to run triple monitors? Or do i have to get 2 video cards for this? Thank you.
with unmanage c++ it works fine, of course you need multicam.dll for it to run.
With manage c++, i get error in finding the entrypoint. This is way before multicam.dll error occurs. The problem is the way the dll is built, it was built for vc++ 6.0
EDIT: figure it out, the fucntion name...
ok, lets me try to make it more clear
I have a folder it has:
name.dll
name.lib
name.h
In MFC, i can just include "name.h" and put name.dll and name.lib in the same directory and call any function defined in the name.h.
When i include name.h and call the functions in window form C++...
So i have this mfc *.dll plus *.h file. I can't not make it work with CLI/C++. Is this possible or i have to use mfc 2005?
I tried the Dllimport thing and it doesn't work.
i have to work on a project that take raw images and convert to jpeg. Is there any sample code that i can look at? or any other suggestion welcome. I'm doing it in c++.
Thanks