• 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.

Recent content by intelbrain

  1. I

    good dell monitor for programming?

    i'm using desktop right now. Money is not a problem as long as it comfortable cause i have to use it everyday. (2)24in or 1 30in?
  2. I

    good dell monitor for programming?

    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
  3. I

    triple head vid card?

    i'm using it for programming. Thinking of running 3 dell 20" lcd. PCI is a good idea.
  4. I

    triple head vid card?

    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.
  5. I

    Visual c++ 2005 help

    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...
  6. I

    Visual c++ 2005 help

    yes, the multicam error is correct. It works in unmanage c++
  7. I

    Visual c++ 2005 help

    sent email, it still error at run time, it says not found
  8. I

    Visual c++ 2005 help

    can you pm me with your email address EDIT: hang on i think i'm on to something
  9. I

    Visual c++ 2005 help

    yes, i tried that but it doesn't work. I only have the header file so i can't tell much. It looks like i'm stuck with mfc.
  10. I

    Visual c++ 2005 help

    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++...
  11. I

    Visual c++ 2005 help

    the dll has all the functions that i need. I want to use the function in CLI/C++ but it doesn't work.
  12. I

    Visual c++ 2005 help

    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.
  13. I

    convert grayscale to jpeg?c++

    well i'm working on a project that take images from a camera. I think the images are raw, i was looking at c# code and it seems pretty easy.
  14. I

    convert grayscale to jpeg?c++

    i have to code it using c++, basicly a program to take images say .bmp and convert them to jpeg files. I;m still looking for the lib.
  15. I

    convert grayscale to jpeg?c++

    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
Back
Top