Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add duilib_ultimate #5163

Merged
merged 5 commits into from
Sep 8, 2024
Merged

Conversation

heheda123123
Copy link
Contributor

No description provided.

@heheda123123
Copy link
Contributor Author

@star-hengxing 测试通过了,麻烦看下

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


@star-hengxing The test passed, please take a look

@heheda123123
Copy link
Contributor Author

@waruqi 意见已经修改了

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


@waruqi The opinion has been modified

@star-hengxing
Copy link
Contributor

这些子项目都不用构建?

       ValidateProjects:
         在解决方案配置“SRelease|x64”中未选定生成项目“BDWallPaper”。
         在解决方案配置“SRelease|x64”中未选定生成项目“GameBox”。
         在解决方案配置“SRelease|x64”中未选定生成项目“transwnd”。
         在解决方案配置“SRelease|x64”中未选定生成项目“XLGameBox”。
         在解决方案配置“SRelease|x64”中未选定生成项目“ADMonSetup”。
         在解决方案配置“SRelease|x64”中未选定生成项目“AnimationWindow”。
         在解决方案配置“SRelease|x64”中未选定生成项目“UIFeatureEffect”。
         在解决方案配置“SRelease|x64”中未选定生成项目“HiDPITest”。
         在解决方案配置“SRelease|x64”中未选定生成项目“TroyBrowser”。
         在解决方案配置“SRelease|x64”中未选定生成项目“WkeBrowser”。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


None of these subprojects need to be built?

       ValidateProjects:
         Build project 'BDWallPaper' is not selected in solution configuration 'SRelease|x64'.
         Build project 'GameBox' is not selected in solution configuration 'SRelease|x64'.
         Build project 'transwnd' is not selected in solution configuration 'SRelease|x64'.
         Build project 'XLGameBox' is not selected in solution configuration 'SRelease|x64'.
         Build project 'ADMonSetup' is not selected in solution configuration 'SRelease|x64'.
         Build project 'AnimationWindow' is not selected in solution configuration 'SRelease|x64'.
         Build project 'UIFeatureEffect' is not selected in solution configuration 'SRelease|x64'.
         Build project 'HiDPITest' is not selected in solution configuration 'SRelease|x64'.
         Build project 'TroyBrowser' is not selected in solution configuration 'SRelease|x64'.
         Build project 'WkeBrowser' is not selected in solution configuration 'SRelease|x64'.

@star-hengxing
Copy link
Contributor

这些 sln 库没啥好说,可能 port xmake 构建还舒服一点,还能支持多个平台

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


There is not much to say about these sln libraries. Maybe port xmake is more comfortable to build and it can support multiple platforms.

@heheda123123
Copy link
Contributor Author

heheda123123 commented Sep 7, 2024

这些 sln 库没啥好说,可能 port xmake 构建还舒服一点,还能支持多个平台

那些是demo

多平台应该不可能,这个duilib和平台耦合比较深,要跨平台得大改

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


There is not much to say about these sln libraries. Maybe port xmake is more comfortable to build and it can support multiple platforms.

Those are demos

@star-hengxing
Copy link
Contributor

这些 sln 库没啥好说,可能 port xmake 构建还舒服一点,还能支持多个平台

那些是demo

多平台应该不可能,这个duilib和平台耦合比较深,要跨平台得大改

指可以用 mingw~

而且这里只能用 MT 编译,那这个包基本不可用。因为主流都是用 MD 编译

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


There is not much to say about these sln libraries. Maybe port xmake is more comfortable to build and can support multiple platforms.

Those are demos

Multi-platform should not be possible. This duilib is deeply coupled with the platform. It needs major changes to be cross-platform.

It means you can use mingw~

And it can only be compiled with MT, so this package is basically unavailable. Because the mainstream is using MD to compile

@heheda123123
Copy link
Contributor Author

heheda123123 commented Sep 7, 2024

这些 sln 库没啥好说,可能 port xmake 构建还舒服一点,还能支持多个平台

那些是demo
多平台应该不可能,这个duilib和平台耦合比较深,要跨平台得大改

指可以用 mingw~

而且这里只能用 MT 编译,那这个包基本不可用。因为主流都是用 MD 编译

mingw没测试。
MD倒是支持,切换动态库静态库就可以,包括A/W也支持。只是因为我自己只需要MT,所以先只加了这种
自带八种配置
后面谁有需要了再pr
image

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


There is not much to say about these sln libraries. Maybe port xmake is more comfortable to build and can support multiple platforms.

Those are demos
Multi-platform should not be possible. This duilib is deeply coupled with the platform. It needs major changes to be cross-platform.

It means you can use mingw~

And it can only be compiled with MT, so this package is basically unavailable. Because the mainstream is using MD to compile

MinGW has not tested it, but MD supports it. Just switch the dynamic library to the static library, including A/W. Just because I only need MT, I only added this kind of thing first.

@star-hengxing
Copy link
Contributor

试了下 sln 构建动态库还是 MT😅

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Have you tried sln to build the dynamic library or MT😅

@heheda123123
Copy link
Contributor Author

heheda123123 commented Sep 8, 2024

试了下 sln 构建动态库还是 MT😅

我知道为啥了,手动用vs打开配置看了下,前四个除了Release,都是MD/d,后四个都是MT/d,估计是这一个配置项没什么人用,弄错了
手动改成MD可以编译通过,得patch下vcxproj
image

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Tried sln to build dynamic library or MT😅

I know why. I manually opened the configuration with vs and looked at it. The first four, except Release, are all MD/d, and the last four are all MT/d. I guess this configuration item is not used by anyone, so I made a mistake.
image

@star-hengxing star-hengxing merged commit 4ecc1b2 into xmake-io:dev Sep 8, 2024
65 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants