找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
打印 上一主题 下一主题

【原创】手把手Pro/E二次开发

[复制链接]
211
发表于 2008-4-7 22:47:27 | 只看该作者
很不错的,嘿嘿。
212
发表于 2008-4-13 20:31:02 | 只看该作者
xiexie!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
213
发表于 2008-5-4 16:41:11 | 只看该作者

编译过程中产生问题!请帮忙看看!

各位高手,我是新手,我编译的时候出现了这个问题:
--------------------Configuration: hello - Win32 Debug--------------------
Compiling...
hello.cpp
D:\test\hello\hello.cpp(93) : error C2065: 'ProStringToWstring' : undeclared identifier
Error executing cl.exe.

hello.dll - 1 error(s), 0 warning(s)

我编的程序很简单,是照书上写的:
// hello.cpp : Defines the initialization routines for the DLL.
//

#include "stdafx.h"
#include "hello.h"
#include "ProToolkit.h"
#include "ProGraphics.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

//
/////////////////////////////////////////////////////////////////////////////
// The one and only CHelloApp object

CHelloApp theApp;

/*  函数:int user_initialize  */
/*  功能:用户初始化函数  */
int user_initialize(int argc, char *argv[])
{
//函数声明
        int hello_function();
//调用函数hello_function
        hello_function();
        return (0);
}  
/*  函数:user_terminate  */
/*  功能:用户结束中断函数  */
void user_terminate()
{
        printf("Pro/Toolkit application terminated successfully\n");
        return ;
}
/*  函数:hello_function  */
/*  功能:显示出"Hello World"欢迎信息  */
int hello_function()
{
        wchar_t wtext[64];
        double pt[3];

        pt[0] = 150.0;
        pt[1] = 375.0;
        /*设置变量wtext内容为"Hello World" */
        ProStringToWstring(wtext, "Hello World");
        /* 显示出"Hello World"信息 */
        ProGraphicsTextDisplay(pt, wtext);
        return (0);
}
214
发表于 2008-5-24 10:09:52 | 只看该作者

为什么不能再生成

我最近在作一个题目为  基于Pro/E齿轮减速器参数化设计的二次开发  的设计,齿轮减速器我也进行了参数化设计,也用vc++编程,连接都通过了,运行的时候出现了参数化窗口,但点击确定是就是连接不上我用参数化设计的图,楼上的高手请帮帮忙,谢啦!!!
215
发表于 2008-9-19 20:57:23 | 只看该作者
太谢谢楼主了,正要开发proe的plugin.学了很多啊
216
发表于 2008-9-20 20:48:28 | 只看该作者
学习中,不错。谢谢了
217
发表于 2008-10-28 13:14:22 | 只看该作者
狂顶!
     楼主是好人啊1
218
发表于 2008-11-21 21:12:23 | 只看该作者
太厉害了!!!!!!!!!!!
219
发表于 2008-11-22 08:42:26 | 只看该作者
快点天亮 ... ... 我等
220
发表于 2008-11-22 08:42:55 | 只看该作者
狂顶!
楼主是好人啊1
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2025-1-9 18:22 , Processed in 0.029692 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2025 www.iCAx.org

快速回复 返回顶部 返回列表