HaxeFoundation / HaxeFoundation/hxcpp
HXCPP-DEBUGGER fatal error LNK1120: 2 unresolved externals
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
```hxml
-cp src
-main Main
--cpp bin/cpp
-D dll_link
-D HXCPP_M64
-D HXCPP-DEBUGGER
```
and Main.hx
```hx
package;
@:nativeGen
class Main {
public static function main() {
trace('hello dll');
}
public static function test(){
trace('from haxe dll test');
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.