VBex1.gms : GDX를 읽고 쓰기 위한 전문가 수준의 VB.Net API 테스트

설명

기고자: Lutz Westermann, 2012년 10월

소형 모델 유형 :.Net


카테고리 : 슬롯 무료체험 API 라이브러리


메인 파일 : VBex1.gms

$title 'GDX를 읽고 쓰기 위한 전문가 수준의 VB.Net API 테스트' (VBEX1,SEQ=12)

$onText
기고자: Lutz Westermann, 2012년 10월
$offText

$set srcRoot %슬롯 무료체험sysdir%apifiles%system.dirsep%VBNet%system.dirsep%

$if %system.platform% == WEX
$플래그가 설정되지 않은 경우 $set 플래그 /플랫폼:x64

$call rm -rf Demanddata.gdx

$call vbc.exe %flags% "%srcRoot%xp_example1.vb" "%srcRoot%api%system.dirsep%gdxvbnet.vb" "%srcRoot%api%system.dirsep%gamsglobals.vb" -out:xp_example1.exe
$if errorlevel 1 $abort 'xp_example1.vb 컴파일 중 문제 발생'
$call xp_example1.exe "%슬롯 무료체험sysdir%."
$if errorlevel 1 $abort 'GDX 파일을 쓰는 xp_example1 실행 중 문제 발생'
$call gdxdiffdemanddata.gdxdemandwant.gdx
$if errorlevel 1 $abort '수요 데이터가 예상과 다릅니다.'
$call xp_example1.exe "%슬롯 무료체험sysdir%." trnsport.gdx
$if errorlevel 1 $abort 'GDX 파일을 읽는 xp_example1 실행 문제'