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: *

  • Users: ddddd
  • Order by date
  1. ddddd

    copy formula

    Got data in A1 and formula in A2 and A3: (A1) (A2) = $A$1 (A3) = $A$1 How to coppy A1-A3 into A21-A23 such that: (A21) (A22) = $A$21 (A23) = $A$21
  2. ddddd

    From BC5, how to call a dll created in BC?

    I hope this is the correct place to ask a problem in BC5. from BC5 IDE, how to call a dll file created in BC. I have got the .dll, .lib and .h (in C) in a folder and have set the libraries and includes to that folder....but when I run my main(), BC5 cannot find the functions in the .dll. Can...
  3. ddddd

    From BC5 IDE, how to call a dll?

    Hi experts, I hope this is the correct place to ask a problem in BC5. from BC5 IDE, how to call a dll file. I have got the .dll, .lib and .h in a folder and have set the libraries and includes to that folder....but when I run my main(), BC5 cannot find the functions in the .dll. Can you help?
  4. ddddd

    Any expert in BC5?

    I have tried only an empty main() and found if I set libraries to "c:\bc5\lib, c:\mylib\my.lib" that errors happend. If only set to c:\bc5\lib then OK. It seems c:\mylib\my.lib killed c:\bc5\lib!!! Can you help? I need my.lib:-(
  5. ddddd

    Any expert in BC5?

    Hi, When run the project in BC5, I got following errors: Info :Linking C:\mydll\example\proj0000.exe Error: Error: Unable to open file 'C0X32.OBJ' Error: Error: Unable to open file 'BIDSFI.LIB' Error: Error: Unable to open file 'IMPORT32.LIB' Error: Error: Unable to open file 'CW32I.LIB'...
  6. ddddd

    run class from command line

    Hi, Thank you. 1. I made the .class from .java by JBuilder and the path is c:\...\jbproject\HHHH\classes\hhhh\hhhhClass.class 2. I tried c:\>java c:\...\jbproject\HHHH\classes\hhhh hhhh.hhhhclass and got error Exception in thread "main" java.lang.NoClassDefFoundRrror...
  7. ddddd

    run class from command line

    Hi, I am trying to run the class from command line (Windows98). The main class is c:\...\jbproject\HHHH\classes\hhhh\hhhhClass.class I just cannot run it by: c:\java c:\...\jbproject\HHHH\classes hhhh.hhhhClass nor c:\java c:\...\jbproject\HHHH\classes\hhhh hhhhClass I hava checked that...
  8. ddddd

    Read data line by line from a text file?

    Thanks a lot for your help.
  9. ddddd

    Write data line by line to a text file?

    Hi Esperts, Can you show me how to write data one line by one line to a text file by a while or any loop block? In each line, there will be int, float data seprated by tab or space. The data is holded by arrays. I am a beginner. Thanks a lot in advance.
  10. ddddd

    Read data line by line from a text file?

    Hi, Can you show me the best code to read the data in a txt file: (note: '*' represents space(s) or/and tab(s), 'head11' represents string '1111' is int and '1.111' is float) head12 * head12 * head13 *head14 1111 * 1.111 * 1.222 * 1222 2111 * 2.111 * 2.222 * 2222 ......... head22 * head22 *...
  11. ddddd

    .java to .exe?

    How to make a .jave to be an .exe?

Part and Inventory Search

Back
Top