funcion personalizada
https://support.ptc.com/help/mathcad/en/index.html#page/PTC_Mathcad_Help%2Fto_compile_the_cmplxsum_cust_func.html%23 Intente seguir los pasos para compilar pero me da un error de que el tipo de maquina es en conflicto con el tippo de maquin de destino de 34 y 64
2
1
C:\Windows\System32>cd C:\Program Files\PTC\Mathcad Prime 9.0.0.0\Custom Functions\cmplxsum
C:\Program Files\PTC\Mathcad Prime 9.0.0.0\Custom Functions\cmplxsum>cl /I..\ cmmplxsum.C /LD /link /out:..\cmplxsum.dll /entry:"DllEntryPoint" ..\ MCADUSER.LIB
Microsoft (R) C/C++ Optimization Compiler version 19.36.32535 ββfor x86
(C) Microsoft Corporation. All rights reserved.
cmplxsum.C
Microsoft (R) Incremental Linker Version 14.36.32535.0
Copyright (C) Microsoft Corporation. All rights reserved.
/out:cmplxsum.dll
/dll
/implib:cmplxsum.lib
/out:..\cmplxsum.dll
/entry:DllEntryPoint
..\MCADUSER.LIB
cmplxsum.obj
cmplxsum.obj: LNK2019 error: Unresolved external symbol _CreateUserFunction referenced in function _DllEntryPoint@12
..\MCADUSER.LIB : warning LNK4272: library machine type 'x64' conflicts with target machine type 'x86'
..\cmplxsum.dll : fatal error LNK1120: 1 unresolved external
C:\Program Files\PTC\Mathcad Prime 9.0.0.0\Custom Functions\cmplxsum>
Translated by the community team using Google translate.
-----------------------------------------------------------------
I tried to follow the steps to compile but it gives me an error that the machine type conflicts with the target machine type of 34 and 64

