Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNB currency scrapper

Build dll using GCC

Note

Use codeblocks-20.03-32bit-mingw-32bit-nosetup to be able compile dll for winXP/Win7 32bit

386

$env:GOOS="windows"
$env:GOARCH="386"
$env:CGO_ENABLED=1
go build -ldflags "-s -w" -buildmode=c-shared -o currency32.dll main.go
objdump -f currency32.dll

amd64

$env:GOOS="windows"
$env:GOARCH="amd64"
$env:CGO_ENABLED=1
go build -ldflags "-s -w" -buildmode=c-shared -o currency64.dll main.go
objdump -f currency32.dll

About

CNB currency scrapper

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages