Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BlackDaimond

    create cobol dll

    i'm developping a client server software,the server receives requests from clients and process them by calling some cobol routines .I'm using visual c++ 6 to build the clients and the server ,the routines are in cbl files and i've got rm/cobol 8.5 compiler version 6.10.1 for dos 3.3+ hope that...
  2. BlackDaimond

    oracle 9iR2 on suse linux 9.2

    Can someone give a howto install oracle 9i on suse linux 9 thanks
  3. BlackDaimond

    create cobol dll

    hi all, i need to call some cobol routines in my c++ project,i searched the internet ,and i found out that i have to use cobol dll ,i've got the cbl files and rmcobol compiler ,someone knows how could i generate dll from those files using rmcobol thanks a lot
  4. BlackDaimond

    VC++ and cobol

    hi all, within my vc++ project i need to call cobol programs ,i don't how to handle this. someone could help me pls thanks
  5. BlackDaimond

    decrease the size of a texture

    i want to decrease the size of a texture i don't find any function d3d doing that. it's urgent thanks [afro]
  6. BlackDaimond

    Need Help

    when we create a new project SDI, the color of the CView is white and I want to put it black!! how can I do?? thinkx a lot [afro][morning]
  7. BlackDaimond

    Direct3D with Visual c++

    some one could help me ? i want to draw a line with Direct3D i test an exemple given with directx8 samples but it doesn't works!!! it's urgent!! thanks [afro][thumbsdown]
  8. BlackDaimond

    someone could translate this code?

    need help!!someone could translate this code please? for(int ii=0;ii<(128*640);ii++) { b=((buffer[ii]>>16)& 0xff); g=((buffer[ii]>>8)& 0xff); r=(buffer[ii]& 0xff); buffer[ii]=RGB(b,g,r); } thanks!! [afro]

Part and Inventory Search

Back
Top