Search:

Type: Posts; User: aska

Search: Search took 0.01 seconds.

  1. Thread: threads

    by aska
    Replies
    3
    Views
    1,321

    sorry but already it`s included , i know that`s...

    sorry but already it`s included , i know that`s needed and for this reason it`s a stranger for me this warring msg
  2. Thread: threads

    by aska
    Replies
    3
    Views
    1,321

    threads

    hi, whene i have an error or warning like this '_beginthreadex' undefined; assuming extern returning int,
    so what`s this means and how can i resolve it?
  3. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    well ,i guess that i want to make a consol...

    well ,i guess that i want to make a consol program that determine merory size,,,but plz if you can explain for me what do you means exactly by your question?
  4. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    seriously big thanks ,,,already everything gone...

    seriously big thanks ,,,already everything gone alright,,,from compiling to building ,,,but i have a little code for determing memory size this my code:


    /* using interupt 12H BIOS) ...
  5. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    seriously i don`t understand what do you means??

    seriously i don`t understand what do you means??
  6. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    Matsp i make change in all program like this :...

    Matsp i make change in all program like this :

    _asm {
    XOR EAX, EAX
    //An efficient alternatvie to MOV EAX, 0x0
    CPUID 0fh,0a2h
    //=cpuID,This instruction will load our...
  7. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    by making these changes i have 2 error ; line...

    by making these changes i have 2 error ;
    line 21: illegal number of operands
    line 109: illegal number of operands
  8. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    i already tried to compile this code with VC++ as...

    i already tried to compile this code with VC++ as console app for windows but i have the probleme and someone advice me to use BC++ so for this reason ,,,,
    and for the code how i can resolve it ?
  9. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    i already indicated that i use compile bc++ v3.1...

    i already indicated that i use compile bc++ v3.1 ,it`s for DOS, and i know ,,,exactly i hear that the suitable compiler is bc++ v 3.1 for that code ... i don`t understand how resolve this error
  10. Thread: type MP with C ?

    by aska
    Replies
    15
    Views
    2,833

    type MP with C ?

    hi everyone , i write a program in C to determine the type of microprocessor ,so for this task i include in c code source a assembler code ,,,,

    this my code


    // Compile by BC++version 3.1...
  11. Replies
    1
    Views
    972

    release don`t appear

    hi i write a program to determine the type of IBM and bios level ,the compiler indicate 0 error but nothing appear in release ; this my prog


    #include<stdio.h>
    #include<dos.h>
    void main(void)...
Results 1 to 11 of 11