Error on compile .mc file?

Dear all,

            i am trying to create simple mdl application using text editor. I am write the code and compile the code using "Microstation development shell" but i get the following error.

"Error:"

Microstation Development Language Compiler 08.05.02
Files.mc: Can't open
No such file or directory

Sample Code:

#include <mdl.h>
#include <dlogitem.h>

int main()
{
mdlDialog_openInfoBox(“Hello World!!”);
return 0;
}


Here i attached my process screen shot:
1.Create MC File

 

2.Enter the Header file Path.


 

3.Compile my Code:


4.Error Message.

thanks.

Parents Reply Children
No Data