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 TouchToneTommy 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: ArmenD
  • Content: Threads
  • Order by date
  1. ArmenD

    free spell checker

    Hi, is there a free spell checker library I can use in a text field or form for instance?
  2. ArmenD

    Free reusable components

    hi, does anyone know of sites that feature Free reusable asp.net components/modules such as log-in/register/schedule management/file upload/download features.
  3. ArmenD

    how to install starter kits on hosting companies servers

    hi all, So we have windows hosting with ipowerweb, and I would like to install asp.net starter kits(open source portals). Here is my ?, Once I have uploaded the installer to the server, how can i invoke the program to begin installing? I guess my question is more general, how do i install a...
  4. ArmenD

    difference between ' and "

    for the life of me, I have seen a bizillion times ' and " used in command line and scripting. Would someone plz in human terms explain what the difference is between ' and ". When do we use which? thanks in advnace,
  5. ArmenD

    count # of functions/methods in a project

    hi, does anyone know how to count # of functions in a c/c++ project repository using bash or csh? is there a mixture of grep/wc/and redirecting operators. say for instance there is a proj directory called Foo with subfolders A,B,C.
  6. ArmenD

    fort.xx file

    does any one know what a fort.xx file is? I am getting errors like the one below but not sure what fort.58 is? how would I know where in my program the bug may be? fmt: end of file apparent state: unit 58 named fort.58 last format: (A) lately reading sequential formatted external IO
  7. ArmenD

    formatted external IO error

    hi, I have no idea what this error is regarding or caused by. any suggestions... fmt: end of file apparent state: unit 66 named fort.66 last format: (125A1) lately reading sequential formatted external IO This application has requested the Runtime to terminate it in an unusual way Please...
  8. ArmenD

    Block Commenting in fortran 77

    hi, is there a block commenting feature in f77. something like eqv in c... */... ... ... */
  9. ArmenD

    how to convert character array to integer?

    how to convert character array to integer in f77?
  10. ArmenD

    JAPI examples

    I was wondering if anyone is aware of any JAPI examples other than those found on www.japi.de. I find JAPI a great resource but I would like to see some larger examples of GUI's created.
  11. ArmenD

    how to compile perl in linux

    hi, i have fc3, i downloaded a script called f2f.pl and i want to make use of it. i believe i should compile it, but i am not sure how on my linux box. any help is appreciated.
  12. ArmenD

    fortran versions 77,90,95

    hi, just wondering if newer fortran compilers like 95, or 90 are backwards compatible. for example, can i run f77 syntax in 90 and 95?
  13. ArmenD

    resolving _MAIN error

    anyone know how I can resolve this error [armen@localhost abedi]$ g77 test.f -o test2 -Ijapi /usr/lib/gcc/i386-redhat-linux/3.4.3/libfrtbegin.a(frtbegin.o)(.text+0x35): In function `main': : undefined reference to `MAIN__' collect2: ld returned 1 exit status
  14. ArmenD

    free fortran 77 compiler for windows

    hi, where can i get a free fortran 77 compiler for windows?
  15. ArmenD

    JNI-how to create shared library in visual studio.net

    hi, Step 5 of JNI method says... "Compile the native language code that you created in the previous two steps into a shared library. On Windows you'll create a dynamic link library (DLL). can someone please tell me how I can do this using visual studio.net?
  16. ArmenD

    is fortran capable of Gui interface

    does fortran allow development of fortran graphical interface or those packages don't exist?
  17. ArmenD

    compiling fortran with f77 gcc

    hi, here is the code SUBROUTINE sayhello() WRITE(*,*) 'Hello World!' END I type " f77 -c helloImp.f" and i get... helloImp.f:1: SUBROUTINE sayhello() ^ Invalid first character at (^) [info -f g77 M LEX] helloImp.f:2: WRITE(*,*) 'Hello World!' ^ Invalid first character at (^)...
  18. ArmenD

    creating dll?

    what is the visual studio.net equivalent (procedures or commands)to the process of creating dlls below... MS Visual C++ 4.0: cl -Ic:\java\include -Ic:\java\include\win32 -LD HelloWorldImp.c -Fehello.dll i am trying to create a dll.
  19. ArmenD

    how to create a dll?

    how does one create a dll in visual studio.net?
  20. ArmenD

    website got hacked

    hi all, website got hacked. how do i trace perpetuators?

Part and Inventory Search

Back
Top